'Declaration Public Overloads Sub WriteRowDataUnsafe( _
ByVal rowRow index.As System.Int32, _
ByVal rowDataThe buffer to read data from.() As Byte, _
ByVal offsetThe starting point in the buffer at which to begin reading row data.As System.Int32, _
ByVal lengthLength of data to write.As System.Int32 _
)
public void WriteRowDataUnsafe(
System.Int32 row,
byte[] rowData,
System.Int32 offset,
System.Int32 length
)
Parameters
- row
- Row index.
- rowData
- The buffer to read data from.
- offset
- The starting point in the buffer at which to begin reading row data.
- length
- Length of data to write.